" Input: { (target) (host_os) (target_os) (device_id) (cmd) - cmd string (can have \ ) (split_to_list) - if 'yes', split stdout and stderr to list (should_be_remote) - if 'yes', can run only on remote target (output_to_console) - if 'yes', output to console instead of files (encoding) - if !='', use this encoding } Output: { return - return code = 0, if successful > 0, if error (error) - error text if return > 0 return_code stdout or stdout_lst stderr or stderr_lst } "